how to make the header stay on the top of the page in html

67

header {
  position: sticky;
  top: 0;
}

Comments

Submit
0 Comments